home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / VISUALBA / EVBMAG02.ZIP / WFWHLP.ZIP / README.TXT < prev    next >
Text File  |  1993-04-10  |  2KB  |  45 lines

  1.  
  2.   wfwhlp.zip contains basic information on constructing Windows Help
  3.          files that can be viewed in Windows by using the help
  4.          engine.  This is a basic document - not intended to
  5.          be "the" complete reference.  Windows programmers can
  6.          call a .hlp file from within their program to provide
  7.          the user with instructions, tips, and references when
  8.          running the program.  Help files can also be useful
  9.          to keep notes or reminders in without having to write
  10.          a Windows program.
  11.  
  12.      The main file of interest is wfwhlp.hlp which is a Windows
  13.      Help file containing the notes.
  14.  
  15.      The intent was to provide basic instruction in how to create
  16.      Windows Help files using ONLY Word for Windows, the Microsoft
  17.      help compiler (hc31.exe), and perhaps Windows' Paintbrush.
  18.      The remaining files can be used as further examples.
  19.  
  20. Abstract:  When I first began "messing" with writing windows programs,
  21.        I wanted to add help files but didn't because looking at the
  22.        documentation was overwhelming.  It looked as though you would
  23.        have to learn another language just to create a simple help
  24.        file.  The Microsoft examples in the Software Developement
  25.        Kit didn't make it appear any easier either -- so I simply
  26.        omitted Help from my programs.  There were a few "shareware"
  27.        programs that came out that were supposed to make it "easier"
  28.        to write Help files - but didn't for me; and then there is
  29.        the professional WexTex package that I can't afford.  Then
  30.        it came to pass that you could buy Microsoft Word for Windows
  31.        for around $120 - too good a deal to pass up - and I remember
  32.        some cryptic line about using Word to generate Help files.  I
  33.        hoped the documentation for Word would shed some light on this
  34.        or someone would publish something to make it easier to catch
  35.        on to .... I didn't find anything.  If the information in the
  36.        .hlp file makes it easier for just one person to understand
  37.        how to do Help files... then the small amount of time I spent
  38.        doing it will be worth it.
  39.  
  40. As with everything I've ever done in life - I'm not very adept at anything
  41. and most of the time I hurry things too much and make mistakes.  Please pass
  42. along any errors/bad judgement so I can correct things.
  43.  
  44. Richard Prince   compuserve 70612,1211
  45.